Initializes a new instance of the IndexedCollection<(Of <(<'T>)>)> class that contains elements copied from the specified list.

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IndexedCollection(
	IList<T> list
)
Visual Basic
Public Sub New ( _
	list As IList(Of T) _
)

Parameters

list
Type: System.Collections.Generic..::..IList<(Of <(<'T>)>)>
The collection whose elements are copied to the new instance.

See Also